summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)AuthorFilesLines
2015-03-11r300g: fix sRGB->sRGB blitsMarek Olšák1-0/+9
2015-03-11r300g: fix a crash when resolving into an sRGB textureMarek Olšák1-3/+5
2015-03-11r300g: fix RGTC1 and LATC1 SNORM formatsMarek Olšák2-31/+17
2015-03-11r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)Stefan Dösinger1-1/+3
2015-03-07r300g: Check return value of snprintf().Matt Turner1-1/+6
2015-03-07r300g: Use PATH_MAX instead of limiting ourselves to 100 chars.Matt Turner1-3/+3
2015-02-06r300g: small code cleanup (v2)David Heidelberg4-26/+4
2015-02-06gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy1-0/+1
2015-02-02gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin1-0/+1
2015-01-28gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt3-3/+3
2015-01-04r300g: handle vertex format PIPE_FORMAT_NONEMarek Olšák1-2/+11
2014-12-21r300g: implement ARR opcodeDavid Heidelberg4-4/+16
2014-12-16gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger1-0/+1
2014-12-12gallium: Remove Android files from distribution.Matt Turner1-1/+1
2014-12-09draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák1-1/+1
2014-11-24gallium: Drop the unused CND opcode.Eric Anholt1-1/+0
2014-11-24gallium: Drop unused BRA opcode.Eric Anholt1-1/+0
2014-11-24gallium: Drop the unused SFL/STR opcodes.Eric Anholt1-2/+0
2014-11-24gallium: Drop the unused RFL opcode.Eric Anholt1-1/+0
2014-11-24gallium: Drop unused X2D opcode.Eric Anholt1-1/+0
2014-11-24gallium: Drop the unused ARA opcode.Eric Anholt1-1/+0
2014-11-24gallium: Drop the unused RCC opcode.Eric Anholt1-1/+0
2014-11-24gallium: Drop the NRM and NRM4 opcodes.Eric Anholt1-2/+0
2014-11-24r300: Drop the "/* gap */" notes.Eric Anholt1-3/+0
2014-10-28r300g: only set clip_halfz for chips with HW TCLMarek Olšák1-1/+1
2014-10-24gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich1-0/+1
2014-10-22r300g: implement pipe_rasterizer_state::clip_halfzMarek Olšák3-0/+9
2014-10-21r300g: replace r300_get_num_samples with a util variantMarek Olšák1-25/+1
2014-10-21gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák1-0/+4
2014-10-14r300/compiler: remove useless checkDavid Heidelberger1-5/+2
2014-10-14automake: explicitly set TARGET_RADEON_{WINSYS,COMMON}Emil Velikov1-1/+1
2014-10-04tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák1-1/+1
2014-10-04tgsi: simplify shader properties in tgsi_shader_infoMarek Olšák1-6/+2
2014-09-24r300g: implement MSAA copies by resolving and upsamplingMarek Olšák1-2/+3
2014-09-24gallium/r300,r600,radeonsi: add automake target 'templates'Emil Velikov1-0/+13
2014-09-24gallium/r300: remove obsolete declarationEmil Velikov1-1/+0
2014-09-23mesa: Move register_allocate.c to util.Eric Anholt4-17/+3
2014-09-12r300g: set register classes before interferencesConnor Abbott1-2/+4
2014-09-12gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin1-0/+1
2014-09-05gallium/r300: ship all files in the tarballEmil Velikov2-25/+72
2014-09-03r300g: pointless assignment of info.indexedDave Airlie1-2/+0
2014-08-28gallium/radeon: cleanup header inclusionEmil Velikov10-10/+10
2014-08-27gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri1-0/+3
2014-08-25r300g: handle PIPE_BIND_BLENDABLEMarek Olšák1-1/+44
2014-08-20r300g: Fix path to test programs for out-of-tree buildsMichel Dänzer2-1/+2
2014-08-19gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann1-0/+1
2014-08-15gallium/r300/r600/radeonsi: handle query_renderer capsEmil Velikov1-0/+11
2014-08-14gallium: add opcodes/cap for fine derivative supportIlia Mirkin1-0/+1
2014-08-13r300g: Fix bug in build_loop_info()/compiler v2Tom Stellard1-11/+23
2014-08-13ra: cleanup the public APIConnor Abbott1-1/+1