summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-11i965/cs: Add CS pipeline_stats support (squash)pipe_statsJordan Justen3-4/+5
2015-02-11i965: implement ARB_pipeline_statistics_queryBen Widawsky3-1/+119
2015-02-11mesa: Add support for the ARB_pipeline_statistics_query extensionBen Widawsky7-0/+138
2015-02-11mesa: Add _mesa_has_compute_shadersJordan Justen1-0/+11
2015-02-07util/hash_table: Try to hit a double-insertion bug in the collision testJason Ekstrand1-1/+13
2015-02-07util/set: Do a full search when adding new itemsJason Ekstrand1-6/+15
2015-02-07util/hash_table: Do a full search when adding new itemsJason Ekstrand1-7/+16
2015-02-08mesa: Make renderbuffer FBO attachments not layeredJames Legg1-0/+1
2015-02-07Post-branch version bump to 10.6.0-devel, add release notes templateEmil Velikov2-1/+59
2015-02-07gallium/hud: also try R8_UNORM format for font textureBrian Paul1-9/+15
2015-02-07gallium/hud: flush stdout in print_help(), for WindowsBrian Paul1-0/+1
2015-02-07i965: Add more stringent blitter assertionsBen Widawsky1-0/+3
2015-02-07i965: Consolidate some of the intel_blit logicBen Widawsky1-20/+8
2015-02-07st/dri: Make depth buffer optional for postprocessingPark, Jeongmin2-2/+2
2015-02-07postprocess: Check for depth buffer in pp_jimenezmlaaPark, Jeongmin1-0/+3
2015-02-06i965/vec4: Correct MUL destination hazardBen Widawsky1-4/+4
2015-02-07docs: add news item and link release notes for mesa 10.4.4Emil Velikov2-0/+7
2015-02-07docs: Add sha256 sums for the 10.4.4 releaseEmil Velikov1-1/+3
2015-02-07Add release notes for the 10.4.4 releaseEmil Velikov1-0/+98
2015-02-06nir: Fix broken fsat recognizer.Eric Anholt1-1/+1
2015-02-06nir: Slightly simplify algebraic code generation by reusing a struct.Eric Anholt1-6/+3
2015-02-06tgsi/ureg: Add missing some missing opcodes opcode_tmp.hEric Anholt1-0/+4
2015-02-06tgsi/ureg: Move ureg_dst_register() to the header.Eric Anholt2-28/+25
2015-02-06gallium/u_tests: test a NULL buffer sampler viewMarek Olšák2-13/+42
2015-02-06gallium/u_tests: test a NULL constant bufferMarek Olšák1-0/+57
2015-02-06gallium/u_tests: test a NULL texture sampler viewMarek Olšák1-17/+85
2015-02-06gallium/u_tests: restructure the only test, refactor out reusable codeMarek Olšák1-31/+79
2015-02-06gallium: run gallium tests if GALLIUM_TESTS=1 is setMarek Olšák3-3/+14
2015-02-06gallium/postprocessing: fix crash at context destructionMarek Olšák1-4/+3
2015-02-06r600g/sb: fix a bug in constants folding optimisation passXavier Bouchoux1-0/+2
2015-02-06r600g: fix abs() support on ALU 3 source operands instructionsXavier Bouchoux3-7/+63
2015-02-06r300g: small code cleanup (v2)David Heidelberg4-26/+4
2015-02-06glsl: GLSL ES identifiers cannot exceed 1024 charactersIago Toral Quiroga1-1/+7
2015-02-05i965: Fix INTEL_DEBUG=shader_time for SIMD8 VS (and GS).Kenneth Graunke1-9/+25
2015-02-05i965/fs: Use inst->eot rather than opcodes in register allocation.Kenneth Graunke1-11/+10
2015-02-05i965/fs: Delete is_last_send(); just check inst->eot.Kenneth Graunke1-14/+1
2015-02-06st/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPACK_BUFFER_ARBMichel Dänzer1-2/+9
2015-02-06st/nine: Implement dummy vbo behaviour when vs is missing inputsTiziano Bacocco4-18/+119
2015-02-06gallium/targets/d3dadapter9: Free card deviceAxel Davy1-8/+10
2015-02-06gallium/targets/d3dadapter9: Release the pipe_screen at destruction.Axel Davy1-6/+12
2015-02-06gallium/targets/d3dadapter9: Fix device detection for render-nodesAxel Davy1-45/+14
2015-02-06st/nine: Dummy sampler should have a=1Axel Davy5-43/+163
2015-02-06st/nine: Fix update_framebuffer binding cbufs the pixel shader wouldn't rende...Axel Davy2-12/+12
2015-02-06st/nine: Clear: better behave if rt_mask is different to the one of the frame...Axel Davy1-13/+27
2015-02-06st/nine: Fix multisampling support detectionAxel Davy2-28/+9
2015-02-06st/nine: Fix enabled lights in stateblocksTiziano Bacocco2-3/+7
2015-02-06st/nine: Fix depth stencil formats bindings flags.Axel Davy4-27/+74
2015-02-06st/nine: Fix gpu memory leak in swapchainAxel Davy1-2/+1
2015-02-06st/nine: SetResourceResize should track nr_samples tooAxel Davy1-0/+1
2015-02-06st/nine: D3DRS_FILLMODE set to 0 is D3DFILL_SOLIDTiziano Bacocco2-0/+2