2014-02-27 |
Ilia Mirkin | nv30: remove nv30_context use from nvfx_*prog |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Ilia Mirkin | nv30: remove unused sprite flipping parameter |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Ilia Mirkin | nv30: remove unused render_mode and hw_pointsprite_control |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Ilia Mirkin | nv30: remove use_nv4x, it is identical to is_nv4x |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Ilia Mirkin | docs: update nvc0 state |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Michel Daenzer | radeonsi: Prevent geometry shader from emitting too... |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Anuj Phogat | i965: Fix the region's pitch condition to use blitter |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Brian Paul | glsl: add switch case for MESA_SHADER_COMPUTE |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Kenneth Graunke | meta: Use a #define for the vector type to avoid %svec4... |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Kenneth Graunke | i965: Don't try to dump shader source for fixed-functio... |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Kenneth Graunke | i965: Don't forget to subtract mt->first_level in minif... |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Kenneth Graunke | glsl: Delete LRP_TO_ARITH lowering pass flag. |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Kenneth Graunke | i965: Stop lowering ir_triop_lrp. |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Kenneth Graunke | i965/vec4: Handle ir_triop_lrp on Gen4-5 as well. |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Kenneth Graunke | i965/vec4: Add a brw->gen >= 6 assertion in three-sourc... |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Chia-I Wu | ilo: create u_upload_mgr last |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Fredrik Höglund | glx: Fix the GLXFBConfig attrib sort priorities |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Fredrik Höglund | glx: Fix the default values for GLXFBConfig attributes |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Tom Stellard | Re-commit 'clover: Fix build with LLVM 3.5' |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Vinson Lee | mesa: Add GL_ARB_buffer_storage to dispatch_sanity... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Timothy Arceri | Revert "Merge branch 'master' of git+ssh://git.freedesk... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Timothy Arceri | Merge branch 'master' of git+ssh://git.freedesktop... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Tom Stellard | clover: Fix build with LLVM 3.5 |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Timothy Arceri | glsl: removed unused dimension_count varible |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Ilia Mirkin | build: llvm libs may not be in system search path,... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Eric Anholt | i965: Fix segfaults since the buffer_storage changes. |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Ilia Mirkin | docs: update nv50 support |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Ilia Mirkin | nv50: enable txg where supported |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Ilia Mirkin | nv50: enable cube map array texture support |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Brian Paul | libgl-xlib: add -Isrc/gallium/winsys flag |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Brian Paul | st/mesa: add comment to explain _min(), _maxf(), etc... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | r600g,radeonsi: consolidate create_surface and surface_... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | radeonsi: inline util_blitter_copy_texture |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | radeonsi: remove useless psbox variable from resource_c... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | radeonsi: compute depth surface registers only once |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | radeonsi: compute color surface registers only once |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | r600g: remove r600_resource.h |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | r600g: remove r600_surface::htile_enabled |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | r600g: use r600_surface::db_z_info |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | r600g,radeonsi: share r600_surface |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to framebu... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | mesa: allow buffers to be mapped multiple times |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | docs: update ARB_buffer_storage status |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | gallium/upload_mgr: remove useless variable "size" |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | gallium/upload_mgr: don't unmap buffers if persistent... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | gallium: the other drivers don't support ARB_buffer_storage |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | r300g,r600g,radeonsi: add support for ARB_buffer_storage |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | st/mesa: implement ARB_buffer_storage |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | gallium: add interface for persistent and coherent... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | mesa: allow buffers mapped with the persistent flag... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | mesa: add error checks to glMapBufferRange, glMapBuffer... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | glapi: add ARB_buffer_storage |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | mesa: implement glBufferStorage, immutable buffers... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | mesa: add storage flags parameter to Driver.BufferData |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Marek Olšák | mesa: remove unused driver hook BindBuffer |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Emil Velikov | nv50: correctly calculate the number of vertical blocks... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Dave Airlie | st/mesa: add texture gather support. (v2) |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Dave Airlie | gallium: add texture gather support to gallium (v3) |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Dave Airlie | glsl/i965: move lower_offset_array up to GLSL compiler... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Tom Stellard | clover: Pass buffer offsets to the driver in set_global... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Tom Stellard | radeonsi: Use SI_BIG_ENDIAN now that it exists |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Tom Stellard | r600g: Use util_cpu_to_le32() instead of bswap32()... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Tom Stellard | radeonsi: Use util_cpu_to_le32() instead of bswap32... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Tom Stellard | util: Add util_cpu_to_le* helpers |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Tom Stellard | util: Add util_bswap64() v3 |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Tom Stellard | configure.ac: Use AX_GCC_BUILTIN to check availability... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Emil Velikov | targets/opencl: resolve undefined symbols at link time |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Emil Velikov | gallium/targets: resolve undefined reference to pipe_lo... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Emil Velikov | configure: correctly report if we're building the sw... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Emil Velikov | pipe-loader: wrap pipe_loader_sw_probe_xlib within... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Emil Velikov | targets/gbm: exit gracefully if pipe_loader_drm_probe_f... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Kenneth Graunke | i965: Don't try to use the hardware blitter for multisa... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Rob Clark | freedreno/a3xx/compiler: half-precision output |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Rob Clark | freedreno/a3xx: add shader variants |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Rob Clark | freedreno/a3xx/compiler: collapse nop's with repeat |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Rob Clark | freedreno/a3xx: drop hand-coded blit/solid shaders |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Rob Clark | freedreno/lowering: cleanup api |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Rob Clark | freedreno/a3xx: add float 16 and 32bit formats |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Rob Clark | freedreno: resync generated headers |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | glx/drisw: use the implemented version of __DRIswrastLo... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | glx/dri: use the implemented version of __DRIdamageExte... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | glx/dri_common: use the implemented version of __DRIsys... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | glx/dri: use the implemented version of __DRIgetDrawabl... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | dri_util: use the implemented version of __DRIimageDriv... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | glx/dri3: set the implemented version of __DRIimageLoad... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | gbm: explicitly set __DRIimageLoaderExtension members |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | egl/wayland: explicitly set __DRIimageLoaderExtension... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | drivers/dri: explicitly set __DRI2flushExtension members |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | gbm: explicitly set __DRIdri2LoaderExtension members |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | glx/dri2: set the implemented version of __DRIdri2Loade... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | dri_interface: note introduction of __DRIdri2LoaderExte... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | dri_interface: note introduction of various __DRItexBuf... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | dri_interface: Note the version introducing __DRIswrast... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | dri_util: explicitly set __DRIcopySubBufferExtension... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Emil Velikov | dri_util: explicitly set __DRIswrastExtension members. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Kenneth Graunke | glsl: Pass stdout to _mesa_print_ir from st_glsl_to_tgsi. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Eric Anholt | i965: Move the remaining driver debug over to stderr. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Eric Anholt | i965: Move compiler debugging output to stderr. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Eric Anholt | glsl: Add a file argument to the IR printer. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Eric Anholt | i965: Refactor debug dumping of GLSL IR. |
commit | commitdiff | tree | snapshot |
next |