summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Move hiz resolve to after renderbuffer resizing (v2)Chad Versace2012-08-271-4/+5
* i965: Remove redundant null checkChad Versace2012-08-271-2/+1
* i965: Rewrite the comment describing the query object support.Eric Anholt2012-08-261-10/+12
* i965/gen6+: Add support for GL_ARB_timer_query.Eric Anholt2012-08-264-0/+62
* i965: Add support for GL_ARB_occlusion_query2.Eric Anholt2012-08-261-0/+1
* i965: Fix accumulator_contains() test to also reject swizzles of the dst.Eric Anholt2012-08-261-1/+1
* dri: Remove image write functionJakob Bornecrantz2012-08-262-29/+0
* i965: Don't set iz_lookup the FS precompile's program key on Gen6+.Kenneth Graunke2012-08-251-7/+10
* i965/fs: Fix INTEL_DEBUG=perf program key printing.Kenneth Graunke2012-08-251-18/+18
* mesa: Use a new, more specific hook for shader uniform changes.Kenneth Graunke2012-08-251-0/+8
* i965: Use linker-assigned sampler IDs in instruction encoding.Kenneth Graunke2012-08-255-35/+74
* i965: Add a "sampler state index" parameter to update_sampler_state().Kenneth Graunke2012-08-253-14/+15
* i965: Un-hardcode WM binding table from update_texture_surface.Kenneth Graunke2012-08-253-20/+31
* i965/vs: Rename "sampler" to "texunit" in texturing code.Kenneth Graunke2012-08-251-5/+5
* i965/fs: Rename "sampler" to "texunit" in texturing code.Kenneth Graunke2012-08-251-14/+14
* i965/fs: Remove unused 'sampler' parameter in emit_texture_genX().Kenneth Graunke2012-08-252-15/+9
* i965: Set SWIZZLE_NOOP for unused texture units in the program keys.Kenneth Graunke2012-08-251-3/+2
* i965: Remove four and a half year old TODO comments about samplers.Kenneth Graunke2012-08-252-8/+0
* i965: Fix brw_link_shader to return false rather than NULL.Kenneth Graunke2012-08-251-1/+1
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-245-3/+8
* xlib: remove texture compression hackeryBrian Paul2012-08-243-29/+0
* build: Only add links to .so files if we're building themMatt Turner2012-08-242-0/+4
* build: Add libOSMesa.so.$(VERSION) link to libdirMatt Turner2012-08-241-0/+1
* build: Replace OSMESA_VERSION with generic VERSION_NUMBERMatt Turner2012-08-241-1/+1
* i965: don't clear resolve map when doing fast depth clears.Paul Berry2012-08-241-4/+2
* i965/HiZ: remove assertion from intel_resolve_map_set().Paul Berry2012-08-241-3/+3
* mesa: new _mesa_num_tex_faces() helperBrian Paul2012-08-244-8/+9
* i965/msaa: Add sample-alpha-to-coverage support for multiple render targetsAnuj Phogat2012-08-234-2/+43
* meta: Don't modify GL_GENERATE_MIPMAP state when it doesn't existIan Romanick2012-08-231-2/+6
* build/x11: Force usage of C++ linkerMatt Turner2012-08-221-0/+3
* build/x11: Don't link against shared-glapiMatt Turner2012-08-221-4/+0
* i965: Fix bug in the old FS backend's projtex() calculation.Eric Anholt2012-08-171-3/+1
* build: Remove -shared from OSMesa's LDFLAGSMatt Turner2012-08-161-1/+1
* meta: remove unused variableBrian Paul2012-08-161-1/+1
* i965: add ARB_texture_rgb10_a2ui supportJordan Justen2012-08-142-0/+2
* meta: allow CopyTexSubImage on integer formatsJordan Justen2012-08-141-6/+10
* intel: Fix rendering to a multisample front bufferChad Versace2012-08-141-0/+10
* intel: Clean up intel_flush_frontChad Versace2012-08-141-4/+5
* intel: Refactor intel_downsample_for_dri2_flushChad Versace2012-08-143-30/+34
* dri_util: Compare against the correct API enumsIan Romanick2012-08-141-2/+2
* intel: Implement ARB_texture_storageIan Romanick2012-08-142-0/+27
* i965: Fix the scaling of seconds to ms in perf debug.Eric Anholt2012-08-132-2/+2
* i965: Validate API and version in brwCreateContextIan Romanick2012-08-133-5/+46
* i915: Validate API and version in i915CreateContextIan Romanick2012-08-133-1/+40
* i830: Validate API and version before calling i830CreateContextIan Romanick2012-08-131-0/+18
* intel: In the i915 driver, the chipset cannot be i965Ian Romanick2012-08-131-8/+5
* dri: Pass API_OPENGL_CORE through to the driversIan Romanick2012-08-136-20/+100
* intel: Reserve enough space to finish occlusion queries on Gen6.Kenneth Graunke2012-08-122-1/+15
* intel: Move finish_batch() call before MI_BATCH_BUFFER_END and padding.Kenneth Graunke2012-08-121-3/+3
* i965: Add perf debug for stalls during shader compiles.Eric Anholt2012-08-124-2/+45