summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-06wipmap-state-to-atomsJordan Justen1-8/+49
2015-01-05mesa: create, use new _mesa_texture_base_format() functionBrian Paul6-9/+23
2015-01-05mesa: remove unused ctx parameter for _mesa_select_tex_image()Brian Paul12-34/+30
2015-01-05swrast: use new _mesa_base_tex_image() helperBrian Paul6-42/+47
2015-01-05st/mesa: use new _mesa_base_tex_image() helperBrian Paul5-5/+14
2015-01-05mesa: add _mesa_base_tex_image() helper functionBrian Paul1-0/+10
2015-01-05mesa: simplify a conditional in detach_shader()Brian Paul1-3/+1
2015-01-05mesa: minor whitespace fixes in shaderapi.cBrian Paul1-12/+13
2015-01-05mesa: make _mesa_reference_shader_program() an inline functionBrian Paul2-4/+15
2015-01-05mesa: update comment on delete_shader_program()Brian Paul1-2/+3
2015-01-05mesa: rearrange error handling in glProgramParameteri()Brian Paul1-15/+11
2015-01-05mesa: fix error strings in shaderapi.cBrian Paul1-2/+2
2015-01-05glsl: use the is_gl_identifier() helper in a couple more placesBrian Paul2-2/+2
2015-01-05meta: init var to silence uninitialized variable warningBrian Paul1-1/+1
2015-01-05draw: silence uninitialized variable warningBrian Paul1-1/+1
2015-01-05gallivm: silence a couple compiler warningsBrian Paul2-1/+4
2015-01-05gallium/util: make sure cache line size is not zeroLeonid Shatz1-1/+5
2015-01-05gallium/util: fix crash with daz detection on x86Roland Scheidegger1-1/+1
2015-01-05nvc0: add name to magic numberIlia Mirkin1-2/+2
2015-01-05nvc0: regenerate rnndb headersIlia Mirkin17-837/+1157
2015-01-05nv50: regenerate rnndb headersIlia Mirkin11-358/+451
2015-01-05nv50: enable texture compressionTobias Klausmann2-3/+26
2015-01-05nv50/ir: enable sat modifier for OP_SUBIlia Mirkin1-1/+1
2015-01-05nv50/ir: Add sat modifier for mulRoy Spliet2-1/+7
2015-01-05nv50,nvc0: avoid doing work inside of an assertIlia Mirkin2-2/+4
2015-01-05nv50/ir: fix texture offsets in release buildsIlia Mirkin2-2/+4
2015-01-04i965: Micro-optimize swizzle_to_scs() and make it inlinable.Kenneth Graunke3-27/+39
2015-01-04i965: Support MESA_FORMAT_R8G8B8X8_SRGB.Kenneth Graunke1-1/+4
2015-01-04i965: Fix BLORP sRGB MSAA overrides to cope with X vs. A formats.Kenneth Graunke1-2/+3
2015-01-04i965: Copy shader->shadow_samplers to prog->ShadowSamplers.Kenneth Graunke1-0/+1
2015-01-04i965: Make the precompile ignore DEPTH_TEXTURE_MODE on Gen7.5+.Kenneth Graunke2-2/+5
2015-01-04i965: Implement WaCsStallAtEveryFourthPipecontrol on IVB/BYT.Kenneth Graunke2-0/+34
2015-01-04r300g: handle vertex format PIPE_FORMAT_NONEMarek Olšák1-2/+11
2015-01-03glsl_to_tgsi: fix a bug in copy propagationMarek Olšák1-1/+2
2015-01-03i965: Make INTEL_DEBUG=state ignore state flags with a count of 1.Kenneth Graunke1-2/+4
2015-01-03i965: Fix INTEL_DEBUG=optimizer with VF types.Kenneth Graunke2-2/+2
2015-01-03i965: Show opt_vector_float() and later passes in INTEL_DEBUG=optimizer.Kenneth Graunke1-8/+12
2015-01-01swrast: Fix -Wduplicate-decl-specifier warningJeremy Huddleston Sequoia1-2/+2
2015-01-01nv50/ir: Fold sat into madRoy Spliet1-1/+1
2015-01-01nv50/ir: fold MAD when one of the multiplicands is constIlia Mirkin1-0/+23
2015-01-01gallium/state_tracker: Rewrite Haiku's state trackerAlexander von Gluck IV7-190/+274
2015-01-01radeonsi: fix warningsMarek Olšák2-1/+3
2014-12-31i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.Kenneth Graunke3-21/+13
2014-12-31i965: Use WARN_ONCE for the single-primitive-exceeded-aperture message.Kenneth Graunke1-9/+4
2014-12-31u_primconvert: Fix leak of the upload BO on context destroy.Eric Anholt1-0/+2
2014-12-31vc4: Fix memory leak as of 0404e7fe0ac2a6234a11290b4b1596e8bc127a4b.Eric Anholt1-5/+5
2014-12-30nv50,nvc0: set vertex id base to index_biasIlia Mirkin5-7/+35
2014-12-30nv50,nvc0: implement half_pixel_centerTiziano Bacocco8-14/+11
2014-12-30vc4: Only render tiles where the scissor ever intersected them.Eric Anholt4-10/+52
2014-12-30vc4: Move draw call reset handling to a helper function.Eric Anholt1-23/+31