2013-10-25 |
Marek Olšák | r600g,radeonsi: use fences provided by the winsys |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Marek Olšák | winsys/radeon: add the implementation of fences from... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Marek Olšák | radeonsi: add the vertex shader position output if... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Marek Olšák | radeonsi: respect semantic indices for COLOR[i] fragmen... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | glsl: When disabling gl_PerVertex variables, check... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | glsl: Remove unused gl_PerVertex interface blocks. |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | glsl: Call check_builtin_array_max_size when redeclarin... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | mesa: Fix geometry shader program queries. |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | glsl: Account for interface block lowering in program_r... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | glsl: mark variables produced by lower_named_interface_... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | glsl: Keep track of centroid/interpolation mode for... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | glsl: Pass variable mode into ast_process_structure_or_... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | glsl: Extract interpretation of interpolation to its... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | glsl: Pull interpolation_string() out of ir_variable. |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | i965: Reduce gl_MaxGeometryInputComponents to 64. |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | i965/gs: If a DUAL_OBJECT gs would spill, fall back... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | i965/gs: Fix up gl_PointSize input swizzling for DUAL_I... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | i965/gs: Add the ability to compile a DUAL_INSTANCED... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | i965/vec4: Add the ability to suppress register spilling. |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | i965/vec4: if register allocation fails, don't try... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | i965/vec4: Add the ability for attributes to be interle... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | i965/gs: Set force_writemask_all when setting up g0. |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | glsl: set explicit_location correctly in lower_named_in... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | i965/gs: Precompile geometry shaders. |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | i965/vec4: Extract function to set up vec4 prog key... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | i965/vec4: Remove uses_clip_distance from program key. |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | glsl: Move UsesClipDistance from gl_{vertex,geometry... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | glsl/gs: Fix transform feedback of gl_ClipDistance. |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Paul Berry | i965: Fix gl_MaxCombinedTextureImageUnits. |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Rob Clark | freedreno/a3xx/compiler: relative addressing |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Rob Clark | freedreno/a3xx: fix const/rel/const-rel encoding |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Rob Clark | freedreno/a3xx: add blend state |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Rob Clark | freedreno/resource: fail more gracefully |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Roland Scheidegger | gallivm: implement fully accurate corner filtering... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | mesa: Remove dricore from the build. |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | swrast: Build the driver into the shared mesa_dri_drive... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | radeon: Build the driver into the shared mesa_dri_drive... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | i915: Build the driver into the shared mesa_dri_drivers.so. |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | dri: Add a tool for generating #defines to namespace... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | nouveau: Build the driver into the shared mesa_dri_driv... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | i965: Build the driver into a shared mesa_dri_drivers... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | dri: Implement a DRI vtable extension to replace the... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | dri: Pass in the dlsym()ed driver extension to screen... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | gbm: Add support for the new __driDriverGetExtensions... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | egl: Add an optional function call for getting the... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | glx: Add an optional function call for getting the... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | dri: Move driver config options to dri driver extensions. |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | dri: Allow config options to be passed to the loader... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Eric Anholt | glx: Move the driver extension-loading to a helper... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Francisco Jerez | clover: Query maximum kernel block size from the device... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Brian Paul | glsl: silence unused 'var' variable warning |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Brian Paul | svga: remove user-space vertex/index buffer code |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Chad Versace | i965: Print more debuginfo in intel_texsubimage_memcpy() |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Chad Versace | i965: Fix glTexImage when packing alignment != cpp |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Rob Clark | freedreno: fix compile error |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Paul Berry | i965/fs: Only unroll high-accuracy dFdy() from SIMD16... |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Paul Berry | glsl/gs: Prevent illegal input/output primitive types. |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Eric Anholt | i965: Add perf debug hint when the app makes us do... |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Eric Anholt | i965: Try to avoid stalls on the GPU when doing glBuffe... |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Eric Anholt | i965: Be sure to reset brw->vb.buffers[] when trying... |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Eric Anholt | i965: Add support for GL_ARB_texture_buffer_range. |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Eric Anholt | i965: Add a note about the late-allocation in intel_buf... |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Eric Anholt | i965: Drop intel_bufferobj_source(). |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Eric Anholt | i965: Fix texture buffer rendering after a whole buffer... |
commit | commitdiff | tree | snapshot |
2013-10-23 |
David Heidelberger | clover: fix build after a3ed98f7aa85636579a5696bf036ec1... |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Brian Paul | nv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to... |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Brian Paul | radeonsi: remove unused si_set_cs_sampler_view() |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Brian Paul | gallium: new, unified pipe_context::set_sampler_views... |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Brian Paul | svga: remove unneeded include of u_double_list.h |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Kenneth Graunke | i965: Expose write_reg() as brw_store_register_mem64(). |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Kenneth Graunke | i965: Move flushing out of write_reg and into the callers. |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Ian Romanick | glsl: Simplify the interface to link_invalidate_variabl... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Ian Romanick | glsl/tests: Unit test vertex shader in / out with link_... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Ian Romanick | glsl: Modify interface to link_invalidate_variable_loca... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Ian Romanick | glsl/tests: Verify geometry shader built-ins generated... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Ian Romanick | glsl/tests: Verify fragment shader built-ins generated... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Ian Romanick | glsl/tests: Verify vertex shader built-ins generated... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Ian Romanick | glsl: When constructing a variable with an interface... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Ian Romanick | mesa/tests: Add simple, dumb test for _mesa_program_sta... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Ander Conselvan... | wayland: Don't leak wl_drm global when unbinding display |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Scott Graham | mesa: fixes for MSVC 2013 |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Brian Paul | st/mesa: minor whitespace, comment changes in st_draw.c |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Brian Paul | st/dri: minor formatting clean-ups in dri_context.c |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Brian Paul | mesa: fix a couple issues with U_FIXED, I_FIXED macros |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Brian Paul | mesa: remove GL_MESA_program_debug bits from gl.h |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Brian Paul | mesa: remove remnants of GL_MESA_shader_debug |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Kenneth Graunke | i965: Only emit interpolation setup if there are actual... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Chris Forbes | i965/fs: Fix accidental type conversion in header setup |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Chris Forbes | i965/fs: Fix handling of sampler messages with header... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Matt Turner | glsl: Optimize -(-expr) into expr. |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Matt Turner | glsl: Optimize abs(-expr) and abs(abs(expr)) into abs... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Matt Turner | glsl: Use saved values instead of recomputing them. |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Matt Turner | docs: Mark GLSL 1.50, 3.30, and geometry shaders done... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Rico Schüller | docs: Update docs for ARB_texture_mirror_clamp_to_edge. |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Kenneth Graunke | i965: Implement ARB_texture_mirror_clamp_to_edge. |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Kenneth Graunke | i965: Drop unused simple_list.h includes. |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Kristian Høgsberg | gbm-dri: Support importing RGB565 buffers |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Paul Berry | glsl/linker: Allow mixing of desktop GLSL versions. |
commit | commitdiff | tree | snapshot |
2013-10-21 |
Francisco Jerez | clover: Improve region and pitch argument handling... |
commit | commitdiff | tree | snapshot |
2013-10-21 |
Francisco Jerez | clover: Add a pixel_size() method to the image class. |
commit | commitdiff | tree | snapshot |
next |