2013-03-15 |
Paul Berry | Replace gl_geom_attrib enum with gl_varying_slot. |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Paul Berry | mtypes.h: Modify gl_geom_attrib to refer to new gl_vary... |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Paul Berry | Replace gl_vert_result enum with gl_varying_slot. |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Paul Berry | mtypes.h: Modify gl_vert_result to refer to new gl_vary... |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Paul Berry | mtypes.h: Add new gl_varying_slot enum, and bitfield... |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Paul Berry | i965: Change fragment input related bitfields to 64... |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Alex Deucher | r600g: add Richland APU pci ids |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Brian Paul | st/dri: add support for the always_have_depth_buffer... |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Brian Paul | driconf: add a miscellaneous section and always_have_de... |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Brian Paul | driconf: reorder options, reformat comments, etc |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Philipp Brüschweiler | wayland: fix segfault when using software rendering |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Brian Paul | softpipe: fix up NUM_ENTRIES confusion |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Brian Paul | st/osmesa: silence some optimized build warnings |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Brian Paul | draw: init pre_clip_pos = NULL to fix optimized build... |
commit | commitdiff | tree | snapshot |
2013-03-15 |
Brian Paul | glx: init screen = 0 to fix optimized build warning |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Kenneth Graunke | i965: Make INTEL_DEBUG=shader_time use the RAW surface... |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Kenneth Graunke | i965: Specialize SURFACE_STATE creation for shader... |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Kenneth Graunke | i965: Fix INTEL_DEBUG=shader_time for Haswell. |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Eric Anholt | i965: Add definitions for gen7+ data cache messages. |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Eric Anholt | i965: Split shader_time entries into separate cachelines. |
commit | commitdiff | tree | snapshot |
2013-03-14 |
José Fonseca | scons: Define _ALLOW_KEYWORD_MACROS on MSVC builds. |
commit | commitdiff | tree | snapshot |
2013-03-14 |
José Fonseca | softpipe: Shrink context size. |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Christian König | radeon/llvm: fix LLVM dependencies |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Anuj Phogat | mesa: Fix FB blitting in case of zero size src or dst... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Roland Scheidegger | tgsi: fix sample_d emit for arrays |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Roland Scheidegger | llvmpipe: don't assert when trying to render to surface... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Roland Scheidegger | softpipe: don't assert when creating surfaces with... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
José Fonseca | llvmpipe: Fix geometry shader token leak. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Tom Stellard | radeon/llvm: Add missing license headers |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Tom Stellard | radeon/llvm: Make radeon_llvm_util.cpp a C file |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Tom Stellard | radeon/llvm: Optimize radeon_llvm_strip_unused_kernels() |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Tom Stellard | radeon/llvm: Implement radeon_llvm_get_kernel_module... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Tom Stellard | radeon/llvm: Implement radeon_llvm_get_num_kernels... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Tom Stellard | radeon/llvm: Implement radeon_llvm_parse_bitcode()... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Tom Stellard | r600g/llvm: Move llvm wrapper functions into the radeon... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Jon TURNEY | Properly check GLX_INDIRECT_RENDERING in glapi/tests... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Jon TURNEY | Fix glapi/tests/check_table.cpp for standardized OpenGL... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Jon TURNEY | Fix out-of-tree build of 'make check' in src/mapi/glapi... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
José Fonseca | scons: Define PACKAGE_VERSION/BUGREPORT globally. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Vinson Lee | tests: Add $(top_srcdir)/include to AM_CPPFLAGS. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
José Fonseca | scons: Define PACKAGE_xxx |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Brian Paul | docs: rewrite the OSMesa info / instructions |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Brian Paul | configure: wire-up new OSMesa gallium state tracker... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Brian Paul | target/osmesa: add new Makefile.am |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Brian Paul | targets/osmesa: new OSMesa gallium target |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Brian Paul | st/osmesa: add new Makefile.am |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Brian Paul | st/osmesa: new OSMesa gallium state tracker |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Brian Paul | st/mesa: add PIPE_FORMAT_R16G16B16A16_UNORM renderbuffe... |
commit | commitdiff | tree | snapshot |
2013-03-13 |
José Fonseca | scons: Re-add ',' |
commit | commitdiff | tree | snapshot |
2013-03-13 |
José Fonseca | autotools: Add missing top-level include dir. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Matt Turner | configure.ac: Alphabetize freedreno makefiles. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Matt Turner | build: Get rid of dead MESA_ASM_FILES variable |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Matt Turner | mesa/build: Get rid of dead ALL_FILES variable |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Matt Turner | xmlpool/.gitignore: Remove 'Makefile' |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Matt Turner | mesa: Use PACKAGE_BUGREPORT macro. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Matt Turner | mesa: Remove unused version #defines from version.h. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Matt Turner | mesa: Replace MESA_VERSION with PACKAGE_VERSION. |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Zack Rusin | draw/so: Fix stream output with geometry shaders |
commit | commitdiff | tree | snapshot |
2013-03-12 |
José Fonseca | include: Fix build with VS 11 (i.e, 2012). |
commit | commitdiff | tree | snapshot |
2013-03-12 |
José Fonseca | mesa,gallium,egl,mapi: One definition of C99 inline... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
José Fonseca | scons: Allows choosing VS 10 or 11. |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Michel Dänzer | radeonsi: Fix off-by-one for maximum vertex element... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0: avoid crash on updating RASTERIZE_ENABLE state |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | gallium/tests: check format in compute tests, make... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0: add MP trap handler for nve4 |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0: they removed the NTID,NCTAID,GRIDID registers... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0: implement compute support for nve4 |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0/ir: try to fix CAS (CompareAndSwap) |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir: add CCTL (cache control) op |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0/ir/emit: fix emission of large address offsets |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0: add SHADER/COMPUTE_RESOURCE bind flags to format... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nouveau: align PIPE_BIND_SHADER,COMPUTE_RESOURCEs to... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50,nvc0: copy writable flag on surface creation |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir: add support for different sampler and resource... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir: implement splitting of 64 bit ops after RA |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0/ir: skip back edges when determining latest sched... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0/ir: use large issue delay after RET, too |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir: fix size adjustment for sched info for multipl... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir: print function inputs and outputs |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir/ssa: add a few comments regarding RenamePass |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Francisco Jerez | nv50/ir/tgsi: Exclude local declarations from function... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir/opt: try to make use of SUCLAMP addend |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir: don't assert on type in Modifier.applyTo if... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir: add support for barriers |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir/tgsi: add support for atomics |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir/tgsi: handle TGSI_OPCODE_LOAD,STORE |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0/ir: don't replace load from input in COMPUTE progs... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0/ir: implement lowering of surface ops for nve4 |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0/ir: add formatted surface load lib code, move... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir: extend moveSources for delta < 0 |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0/ir: lower atomics in s[] |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0/ir/emit: implement INSBF, EXTBF, PERMT and ATOM |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir/emit: handle OP_ATOM |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0/ir/target: some ops can't be predicated, e.g.... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir/opt: CALLs cannot load |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir: add support for indirect BRA,CALL |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0/ir/emit: implement move to and logic ops on predicates |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nvc0/ir/emit: implement surface related ops |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir: initialize CodeEmitters' specialized target... |
commit | commitdiff | tree | snapshot |
2013-03-12 |
Christoph Bumiller | nv50/ir/opt: make optimization aware of atomics, barrie... |
commit | commitdiff | tree | snapshot |
next |